PAGESETUPDLG_STRUCT (Structures)
Last changed: -207.230.208.250

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
struct PAGESETUPDLG_STRUCT
{
   public int lStructSize;
   public IntPtr hwndOwner;
   public IntPtr hDevMode;
   public IntPtr hDevNames;
   public int Flags;
   public POINT ptPaperSize;
   public RECT rtMinMargin;
   public RECT rtMargin;
   public IntPtr hInstance;
   public int lCustData;
   public IntPtr lpfnPageSetupHook;
   public IntPtr lpfnPagePaintHook;
   public IntPtr lpPageSetupTemplateName;
   public IntPtr hPageSetupTemplate;
}

VB Definition:

Structure PAGESETUPDLG_STRUCT
   Public TODO
End Structure

User-Defined Field Types:

POINT, RECT

Notes:

None.

Documentation